object frmOpenLib: TfrmOpenLib Left = 227 Top = 135 BorderStyle = bsDialog Caption = 'Image Library' ClientHeight = 239 ClientWidth = 303 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 12 Top = 8 Width = 287 Height = 197 Shape = bsFrame end object Bevel2: TBevel Left = 182 Top = 98 Width = 105 Height = 74 end object btnOK: TButton Left = 145 Top = 210 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 225 Top = 210 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 18 Top = 16 Width = 160 Height = 160 BevelOuter = bvLowered BevelWidth = 2 TabOrder = 2 object PaintBox1: TPaintBox Left = 2 Top = 2 Width = 156 Height = 156 Align = alClient OnPaint = PaintBox1Paint end end object btnLoad: TButton Left = 182 Top = 16 Width = 104 Height = 25 Caption = '&Open Library...' TabOrder = 3 OnClick = btnLoadClick end object ScrollBar1: TScrollBar Left = 18 Top = 180 Width = 160 Height = 16 TabOrder = 4 OnChange = ScrollBar1Change end object Panel2: TPanel Left = 182 Top = 179 Width = 105 Height = 19 BevelOuter = bvLowered TabOrder = 5 end object IndexPanel: TPanel Left = 183 Top = 99 Width = 103 Height = 18 Caption = 'Index: 0' TabOrder = 6 end object NamePanel: TPanel Left = 183 Top = 117 Width = 103 Height = 18 Caption = 'Name: ' TabOrder = 7 end object WidthPanel: TPanel Left = 183 Top = 135 Width = 103 Height = 18 Caption = 'Width: 0' TabOrder = 8 end object HeightPanel: TPanel Left = 183 Top = 153 Width = 103 Height = 18 Caption = 'Height: 0' TabOrder = 9 end object btnSaveLib: TButton Left = 182 Top = 66 Width = 104 Height = 25 Caption = '&Save &Library...' Enabled = False TabOrder = 10 OnClick = btnSaveLibClick end object btnSaveBmp: TButton Left = 182 Top = 41 Width = 104 Height = 25 Caption = 'Save &Bitmap...' Enabled = False TabOrder = 11 OnClick = btnSaveBmpClick end object OpenDialog1: TOpenDialog DefaultExt = 'IML' FileEditStyle = fsEdit Filter = 'Image Library Files (*.IML)|*.IML|All Files (*.*)|*.*' Options = [ofPathMustExist, ofFileMustExist] Title = 'Open Image Library' Left = 14 Top = 209 end object SaveDialog1: TSaveDialog DefaultExt = 'BMP' FileEditStyle = fsEdit Filter = 'Bitmap Files (*.BMP)|*.BMP|All Files (*.*)|*.*' Options = [ofOverwritePrompt] Title = 'Save Bitmap' Left = 44 Top = 209 end object SaveDialog2: TSaveDialog DefaultExt = 'IML' FileEditStyle = fsEdit Filter = 'Image Library Files (*.IML)|*.IML|All Files (*.*)|*.*' Options = [ofOverwritePrompt] Title = 'Save Image Library' Left = 74 Top = 209 end end